Skip to content

Fix minor documentation error in AeadCore::TagSize#1351

Merged
tarcieri merged 1 commit into
RustCrypto:masterfrom
rlee287:patch-1
Oct 3, 2023
Merged

Fix minor documentation error in AeadCore::TagSize#1351
tarcieri merged 1 commit into
RustCrypto:masterfrom
rlee287:patch-1

Conversation

@rlee287

@rlee287 rlee287 commented Sep 29, 2023

Copy link
Copy Markdown
Contributor

The documentation originally described TagSize as "the maximum length of the nonce" when it is, in fact, the maximum length of the tag.

The documentation originally described TagSize as "the maximum length of the nonce" when it is, in fact, the maximum length of the tag.
@tarcieri tarcieri merged commit 5011178 into RustCrypto:master Oct 3, 2023
@rlee287 rlee287 deleted the patch-1 branch October 9, 2023 19:37
@tarcieri tarcieri mentioned this pull request Jun 8, 2026
tarcieri added a commit that referenced this pull request Jun 8, 2026
## Added
- Enable `missing_debug_implementations` lint and add `Debug` impls (#1411)
- `AeadCore::TAG_POSITION` and `TagPosition` enum (#1798)
- Re-export `crypto_common` as `common` (#2237)

## Changed
- Replace `generic-array` with `hybrid-array` (#1384)
- Edition changed to 2024 and MSRV bumped to 1.85 (#1759)
- Replace `AeadInPlace` with `AeadInOut` (#1793)
- Split `new_test!` into `new_pass_test!` and `new_fail_test!` (#2019)
- Bump `crypto-common` to v0.2 - (#2276)

## Removed
- `AeadCore::CiphertextOverhead` constant (#1737)
- Stateful AEAD traits: `AeadMut*` (#1740)
- `stream` module - extracted into `aead-stream` crate (#1801)
- `heapless` support - will be added back in a future patch release (#1999)
- Nonce generation APIs - use `Generate` trait instead (#2098)

## Fixed
- Minor documentation error in `AeadCore::TagSize` (#1351)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants